home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creating Your Own America Online Web Pages
/
Creating Your Own America Online Web Pages.iso
/
TOOLS
/
WHTTPD
/
SUPPORT
/
LOGCYCLE
/
GETOPT.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-06-05
|
292 b
|
15 lines
/*
getopt.h
Update history:
01Oct89 Add function prototype for getopt ahd
*/
#define getopt(x,y,z) GETOPT(x,y,z) /* Avoid GNU conflict */
extern int getopts(int argc, char **argv, char *opts);
extern int optind;
extern char *optarg;